home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro211 / gifv.slw < prev    next >
Encoding:
Text File  |  1993-10-06  |  175 b   |  14 lines

  1. ;
  2. ; GIFV.SLW
  3. ; Print all my gif catalogs
  4. ;
  5.         change-path E:\cat\*.gif
  6. :loop
  7.         loadnext :exit
  8.         rotate
  9.         print
  10.         goto :loop
  11. :Exit
  12.  
  13.  
  14.